Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stops infinite recursion. attempts to clarify difference between the 2 deploy requests #337

Merged
merged 6 commits into from
Aug 2, 2024

Conversation

autodidaddict
Copy link
Contributor

In addition to the minor fix, there's a few renames and the removal of unused properties. There is a lot more work to do on refactoring how we're using the internal agent deploy "command" and the external control deploy "request". What I've done here is just what can be done without having to rewrite any functions.

@autodidaddict autodidaddict requested a review from a team as a code owner August 2, 2024 11:49
jordan-rash
jordan-rash previously approved these changes Aug 2, 2024
@kthomas
Copy link
Contributor

kthomas commented Aug 2, 2024

Could we rename to AgentRequest or AgentDeployRequest instead?

@autodidaddict
Copy link
Contributor Author

Could we rename to AgentRequest or AgentDeployRequest instead?

At the point it becomes the agent workload info, it's no longer a request. It isn't something that can be rejected for validation reasons, etc, it's a command or, as it stands now, it's a standalone piece of info.

Naming is hard.

@autodidaddict autodidaddict merged commit 9b94b23 into main Aug 2, 2024
5 checks passed
@autodidaddict autodidaddict deleted the fix/recusionstop branch August 2, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants